home *** CD-ROM | disk | FTP | other *** search
- (Quality scripts from #mirc-scripts!)
-
- The follow script is designed for total access to X/W bot on the undernet!
- Its in two parts, one in aliases designed to determine the current bot you wish to speak to.
- And one in Popups under Channel: the meat of how the script functions!
-
- Enjoy...
-
-
- This Script is part of KScript...
-
- courtesy of ]{eyz
-
-
-
- <Aliases>
-
- /bots {
- if ( x ison #) { %bot = X@channels.undernet.org }
- if ( w ison #) { %bot = W@channels2.undernet.org }
- echo 4 $active ( $+ %bot $+ ) is the current Bot!
- }
-
- <PopUps:Channel>
-
- X/W - Bot - Controls
- .Login
- ..With Password:/bots | /msg %bot login # $$?="Password" | /msg %bot op # $me
- ..W/O Password:/bots | /msg %bot login # | /msg %bot op # $me
- .--
- .Operator
- ..Op:/bots | /msg %bot op # $$*
- ..Deop:/bots | /msg %bot deop # $$*
- .Kick-Ban-Unban
- ..Kick:/bots | /msg %bot kick # $$* $$?="Kick Message:"
- ..Bans:/bots | /msg %bot ban # $$*
- ..Unban:/bots | /msg %bot unban # $$?="Address or Nick"
- .Modinfo
- ..Access:/bots | /msg %bot modinfo # access $$1 $$?="Level"
- ..AutoOp:/bots | /msg %bot modinfo # autop $$1 $$?="ON/OFF"
- ..RemPass:/bots | /msg %bot modinfo # $$1 rempass
- .Add-Remove
- ..Adduser:/bots | /msg %bot adduser # $$1 $$?="access?" $$?="password?" | /msg %bot modinfo # autoop $$1 on
- ..Remuser:/bots | /msg %bot remuser # $$1
- .--
- .Standard
- ..Access:/bots | /msg %bot access # $$*
- ..Chaninfo:/bots | /msg %bot chaninfo
- ..Banlist:/bots | /msg %bot banlist
- ..Manual:/bots | /msg %bot $$?="Enter Command"